object frmMain: TfrmMain Left = 249 Top = 114 BorderIcons = [] BorderStyle = bsNone Caption = 'FastSplash' ClientHeight = 314 ClientWidth = 438 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 0 Top = 0 Width = 412 Height = 289 AutoSize = True end object Memo1: TMemo Left = 177 Top = 7 Width = 214 Height = 109 TabStop = False BorderStyle = bsNone Lines.Strings = ( 'ini file') ReadOnly = True TabOrder = 0 Visible = False end object Timer1: TTimer Enabled = False Interval = 500 OnTimer = Timer1Timer Left = 80 Top = 176 end end